summaryrefslogtreecommitdiffstats
path: root/README
blob: 9cc2ddcb7e65aa0285b16f3e6c0e75bd368f70c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Glucometer Utilities
====================

This utility I created for personal needs, as my glucometer's software
can only print the software (to XPS) without a file export option.

While right now only supports my glucometer (LifeScan OneTouch Ultra
2), I've tried designing it so that it can be extended and used for
other models as well.

Development
-----------

The tool is being written keeping in mind that different glucometers,
even if they are all from the same manufacturer, will use different
protocols.

If you want to contribute code, please note that the target language
is Python 3.2, and that the style to follow is for the most part PEP8
compatible.

License
-------

Due to one of the dependencies being licensed under GPL v3, the
utility is also released under GPLv3 or later.